﻿2026-07-27T23:53:52.8562014Z ##[group]Run actions/checkout@v5
2026-07-27T23:53:52.8562443Z with:
2026-07-27T23:53:52.8562661Z   fetch-depth: 0
2026-07-27T23:53:52.8562940Z   repository: BigscreenVR/spt-bs-core
2026-07-27T23:53:52.8564894Z   token: ***
2026-07-27T23:53:52.8565144Z   ssh-strict: true
2026-07-27T23:53:52.8565385Z   ssh-user: git
2026-07-27T23:53:52.8565617Z   persist-credentials: true
2026-07-27T23:53:52.8565863Z   clean: true
2026-07-27T23:53:52.8566111Z   sparse-checkout-cone-mode: true
2026-07-27T23:53:52.8566390Z   fetch-tags: false
2026-07-27T23:53:52.8566625Z   show-progress: true
2026-07-27T23:53:52.8566849Z   lfs: false
2026-07-27T23:53:52.8567050Z   submodules: false
2026-07-27T23:53:52.8567313Z   set-safe-directory: true
2026-07-27T23:53:52.8567562Z   allow-unsafe-pr-checkout: false
2026-07-27T23:53:52.8569045Z ##[endgroup]
2026-07-27T23:53:53.0512946Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-27T23:53:53.0514253Z ##[group]Getting Git version info
2026-07-27T23:53:53.0514650Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-27T23:53:53.0713928Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-27T23:53:53.0935242Z git version 2.43.0.windows.1
2026-07-27T23:53:53.0959165Z ##[endgroup]
2026-07-27T23:53:53.0967085Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\65bc8ffc-3575-438a-bfa0-3bf4d9ef7464\.gitconfig'
2026-07-27T23:53:53.0979431Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\65bc8ffc-3575-438a-bfa0-3bf4d9ef7464' before making global git config changes
2026-07-27T23:53:53.0980094Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T23:53:53.0984452Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-27T23:53:53.1221726Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-27T23:53:53.1729909Z https://github.com/BigscreenVR/spt-bs-core
2026-07-27T23:53:53.1756896Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-27T23:53:53.1760721Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-27T23:53:53.2008216Z HEAD
2026-07-27T23:53:53.3278245Z ##[endgroup]
2026-07-27T23:53:53.3282111Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-27T23:53:53.7425703Z ##[group]Cleaning the repository
2026-07-27T23:53:53.7430667Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-27T23:53:57.0053647Z Removing dist/
2026-07-27T23:53:57.0054117Z Removing target/
2026-07-27T23:53:57.0084930Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-27T23:53:57.0630973Z HEAD is now at 899f4660 Merge pull request #112 from BigscreenVR/release/v0.45.0
2026-07-27T23:53:57.0653321Z ##[endgroup]
2026-07-27T23:53:57.0657643Z ##[group]Disabling automatic garbage collection
2026-07-27T23:53:57.0662619Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-27T23:53:57.0914865Z ##[endgroup]
2026-07-27T23:53:57.0915370Z ##[group]Setting up auth
2026-07-27T23:53:57.0915818Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-27T23:53:57.1156442Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-27T23:53:57.5493059Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T23:53:57.5735978Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-27T23:53:58.0172016Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T23:53:58.0424453Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-27T23:53:58.4787308Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-27T23:53:58.5039800Z ##[endgroup]
2026-07-27T23:53:58.5040175Z ##[group]Fetching the repository
2026-07-27T23:53:58.5047563Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-07-27T23:54:02.4606746Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-27T23:54:02.4608309Z  * [new branch]        docs/runbook-docs-publish-drift -> origin/docs/runbook-docs-publish-drift
2026-07-27T23:54:02.4609004Z  + 002ab1b1...899f4660 main       -> origin/main  (forced update)
2026-07-27T23:54:02.4749362Z [command]"C:\Program Files\Git\cmd\git.exe" branch --list --remote origin/main
2026-07-27T23:54:02.5151834Z   origin/main
2026-07-27T23:54:02.5174526Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse refs/remotes/origin/main
2026-07-27T23:54:02.5406571Z 899f4660e088faf7a202b9df1d76416d1258b7a4
2026-07-27T23:54:02.5432749Z ##[endgroup]
2026-07-27T23:54:02.5433080Z ##[group]Determining the checkout info
2026-07-27T23:54:02.5434164Z ##[endgroup]
2026-07-27T23:54:02.5440220Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-27T23:54:02.5730669Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-27T23:54:02.6170374Z ##[group]Checking out the ref
2026-07-27T23:54:02.6174942Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-07-27T23:54:02.6630054Z branch 'main' set up to track 'origin/main'.
2026-07-27T23:54:02.6630504Z Your branch is up to date with 'origin/main'.
2026-07-27T23:54:02.6630882Z Switched to and reset branch 'main'
2026-07-27T23:54:02.6653425Z ##[endgroup]
2026-07-27T23:54:02.6919928Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-27T23:54:02.7149136Z 899f4660e088faf7a202b9df1d76416d1258b7a4
